pygrub: fix the parameter `default' and `timeout' in elilo.conf
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 3 Oct 2008 08:42:11 +0000 (09:42 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 3 Oct 2008 08:42:11 +0000 (09:42 +0100)
commit688581c472af0cd499ac133f8ec52325fc601a19
treefc78f9738a53e10e5fc1c720c76bcaeb2d5fbcd4
parentac4148f21968cabdc265403297dbf8d04955fff7
pygrub: fix the parameter `default' and `timeout' in elilo.conf

This patch fixes two issues related to the parameter `default' and
`timeout' in elilo.conf:

- LiloConf.py cannot interpret the parameter `default' and
  `timeout'. The first kernel always boot up even if the second kernel
  is specified by `default'. And `timeout' is ignored.

  This issue is introduced by cset 15953:70bb28b62ffb.

- If two kernels or more are installed, the last kernel cannot boot
  up even if it is specified by `default'.

Signed-off-by: KUWAMURA Shin'ya <kuwa@jp.fujitsu.com>
tools/pygrub/src/LiloConf.py